home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
Tools
/
freeWAIS-sf-1.1
/
ctype
/
Makefile
< prev
next >
Wrap
Makefile
|
1995-07-26
|
2KB
|
77 lines
# Generated automatically from Makefile.in by configure.
############################ -*- Mode: Makefile -*- ###########################
## Makefile.in --
## ITIID : $ITI$ $Header $__Header$
## Author : Ulrich Pfeifer
## Created On : Wed Mar 23 09:48:45 1994
## Last Modified By: Ulrich Pfeifer
## Last Modified On: Thu Dec 22 15:55:28 1994
## Update Count : 21
## Status : Unknown, Use with caution!
###############################################################################
prefix = /usr/skunk
exec_prefix = ${prefix}
VPATH = /v/wrk/usr/src/Tools/freeWAIS-sf-1.1/ctype
srcdir = /v/wrk/usr/src/Tools/freeWAIS-sf-1.1/ctype
RM = rm -f
RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut
CFLAGS = -g
CC = cc
DEFS = -DHAVE_CONFIG_H
LIBS = -lintl -lsocket
CPPFLAGS =
.c.o:
$(CC) -c $(CPPFLAGS) $(DEFS) $(CFLAGS) $<
all:: ctype.o
test: ctest
./ctest
mkctype: mkctype.o
$(RM) mkctype
$(CC) $(LDFLAGS) -o $@ mkctype.o $(LIBS)
clean::
$(RM) mkctype
ctest: ctest.o ctype.o
$(CC) $(LDFLAGS) -o $@ ctest.o ctype.o $(LIBS)
clean::
$(RM) ctest
includes:: ctype.c
ctype.c: mkctype ctype.tmpl
./mkctype > ctype.c
cat ctype.tmpl >> ctype.c
veryclean:: clean
$(RM) ctype.c
clean::
$(RM_CMD) "#"*
Makefile::
$(SHELL) ../config.status
tags::
$(TAGS) -w *.[ch]
$(TAGS) -xw *.[ch] > TAGS
install::
@echo "install in $(CURRENT_DIR) done"
install.man::
@echo "install.man in $(CURRENT_DIR) done"
Makefiles::
includes::